API

Procurement APIs

GET procurement/return-items

List of all supplier return items

HTTP method GET
URI https://api.rambase.net/procurement/return-items
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 3246, version 20

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

InfoNotification() Named filter Supplier return items with notification of category I (Information)
MyItems() Named filter Supplier return items the current user is assigned to
PendingGoods() Named filter Supplier return items pending goods (status 8)
PendingGoodsOrCredit() Named filter Supplier return items pending goods or credit note (status 4)
PendingRMAFromSup() Named filter Supplier return items pending RMA from supplier (status 5)
ProcessedItems() Named filter Processed supplier return items (status 9)
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
DepartmentId Integer Department identifier.
FinanceProjectId Integer Finance project identifier.
ManufacturerId Integer Manufacturer identifier.
ManufacturerShortName String Shortname/code of the manufacturer.
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
Note String Additional information regarding the item (free text). Might be visible to customers/suppliers.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
Quantity Decimal Quantity of the supplier return item.
RemainingQuantity Decimal Remaining number of units to be forwarded.
Status Integer Status of the supplier return item.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).
SupplierReturnId Integer Supplier return identifier.
SupplierReturnItemId Integer Supplier return item identifier.
SuppliersProductName String Suppliers internal name of the product. Retrieved from the product.
SuppliersReferenceNumber String Suppliers/sellers item reference number. Typically to an external system.

Read more about filters and sorting on how to use sortable parameters

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
DepartmentId Integer Department identifier
FinanceProjectId Integer Finance project identifier
ManufacturerId Integer Manufacturer identifier
ManufacturerShortName String Shortname/code of the manufacturer
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
Note String Additional information regarding the item (free text). Might be visible to customers/suppliers.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
Quantity Decimal Quantity of the supplier return item
RemainingQuantity Decimal Remaining number of units to be forwarded
Status Integer Status of the supplier return item
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)
SupplierReturnId Integer Supplier return identifier
SupplierReturnItemId Integer Supplier return item identifier
SuppliersProductName String Suppliers internal name of the product. Retrieved from the product.
SuppliersReferenceNumber String Suppliers/sellers item reference number. Typically to an external system.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<SupplierReturnItems>
2
     <SupplierReturnItem>
3
          <SupplierReturnItemId
SupplierReturnItemId

Supplier return item identifier

>
{Integer}</SupplierReturnItemId>
4
          <Status
Status

Status of the supplier return item

Possible domain values can be found here

>
{Integer}</Status>
5
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <LineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

>
{Integer}</LineNumber>
7
          <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
8
          <SuppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

>
{String}</SuppliersProductName>
9
          <ProductStructureRevision
ProductStructureRevision

The requested revision of the product structure

>
{String}</ProductStructureRevision>
10
          <Quantity
Quantity

Quantity of the supplier return item

>
{Decimal}</Quantity>
11
          <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

>
{Decimal}</RemainingQuantity>
12
          <Price>
13
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
14
               <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
15
          </Price>
16
          <PriceConverted
PriceConverted

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

>
17
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

>
{String}</Currency>
18
               <NetPrice
NetPrice

Final price per unit after deducting all discounts.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

>
{Decimal}</NetPrice>
19
          </PriceConverted>
20
          <Totals>
21
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
22
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
23
          </Totals>
24
          <TotalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

>
25
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

>
{String}</Currency>
26
               <NetAmount
NetAmount

Total net amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

>
{Decimal}</NetAmount>
27
          </TotalsConverted>
28
          <MeasurementUnit>
29
               <MeasurementUnitId
MeasurementUnitId

Material unit reference

>
{Integer}</MeasurementUnitId>
30
               <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

>
{String}</Unit>
31
               <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
32
          </MeasurementUnit>
33
          <Product>
34
               <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
35
               <Name
Name

Name of the product

>
{String}</Name>
36
               <Description
Description

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</Description>
37
               <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
38
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
39
          </Product>
40
          <Manufacturer>
41
               <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
42
               <ShortName
ShortName

Shortname/code of the manufacturer

>
{String}</ShortName>
43
               <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
44
          </Manufacturer>
45
          <ManufacturersProduct
ManufacturersProduct

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

>
46
               <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

>
{Integer}</ManufacturersProductId>
47
               <Name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

>
{String}</Name>
48
               <ManufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

>
{String}</ManufacturersProductLink>
49
          </ManufacturersProduct>
50
          <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
51
               <GeneralLedgerAccount
GeneralLedgerAccount

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
52
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
53
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
54
               </GeneralLedgerAccount>
55
               <Department
Department

The department related to the item. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
56
                    <DepartmentId
DepartmentId

Department identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{Integer}</DepartmentId>
57
                    <DepartmentLink
DepartmentLink

Finance department reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{String}</DepartmentLink>
58
               </Department>
59
               <FinanceProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
60
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{Integer}</FinanceProjectId>
61
                    <FinanceProjectLink
FinanceProjectLink

Finance project reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

>
{String}</FinanceProjectLink>
62
               </FinanceProject>
63
          </Accounting>
64
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
65
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
66
               <Status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
67
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
68
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</Message>
69
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
70
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
71
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
72
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</Category>
73
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
74
               </NotificationType>
75
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
76
          </HighlightedNotification>
77
          <SupplierReturn>
78
               <SupplierReturnId
SupplierReturnId

Supplier return identifier

>
{Integer}</SupplierReturnId>
79
               <ShippingDate
ShippingDate

Date of shipment departure

>
{Date}</ShippingDate>
80
               <Supplier>
81
                    <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
82
                    <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
83
                    <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
84
               </Supplier>
85
               <SupplierReturnLink
SupplierReturnLink

Supplier return reference

>
{String}</SupplierReturnLink>
86
          </SupplierReturn>
87
          <SupplierReturnItemLink
SupplierReturnItemLink

Supplier return item reference

>
{String}</SupplierReturnItemLink>
88
     </SupplierReturnItem>
89
     <Paging
Paging

Detailed paging information for this list.

>
90
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
91
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
92
          <Page
Page

Page index

>
{Integer}</Page>
93
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
94
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
95
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
96
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
97
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
98
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
99
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
100
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
101
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
102
     </Paging>
103
</SupplierReturnItems>
1
{
2
     "supplierReturnItems": [
3
          {
4
               "supplierReturnItemId
SupplierReturnItemId

Supplier return item identifier

":
"{Integer}",
5
               "status
Status

Status of the supplier return item

Possible domain values can be found here

":
"{Integer}",
6
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
               "lineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

":
"{Integer}",
8
               "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

":
"{String}",
9
               "suppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

":
"{String}",
10
               "productStructureRevision
ProductStructureRevision

The requested revision of the product structure

":
"{String}",
11
               "quantity
Quantity

Quantity of the supplier return item

":
"{Decimal}",
12
               "remainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

":
"{Decimal}",
13
               "price": {
14
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
15
                    "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
16
               },
17
               "priceConverted
PriceConverted

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

":
{
18
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

":
"{String}",
19
                    "netPrice
NetPrice

Final price per unit after deducting all discounts.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.PriceConverted in your request URI to get this field

":
"{Decimal}"
20
               },
21
               "totals": {
22
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
23
                    "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
24
               },
25
               "totalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

":
{
26
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

":
"{String}",
27
                    "netAmount
NetAmount

Total net amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.TotalsConverted in your request URI to get this field

":
"{Decimal}"
28
               },
29
               "measurementUnit": {
30
                    "measurementUnitId
MeasurementUnitId

Material unit reference

":
"{Integer}",
31
                    "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

":
"{String}",
32
                    "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
33
               },
34
               "product": {
35
                    "productId
ProductId

Product identifier

":
"{Integer}",
36
                    "name
Name

Name of the product

":
"{String}",
37
                    "description
Description

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
38
                    "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
39
                    "productLink
ProductLink

Product reference

":
"{String}"
40
               },
41
               "manufacturer": {
42
                    "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
43
                    "shortName
ShortName

Shortname/code of the manufacturer

":
"{String}",
44
                    "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
45
               },
46
               "manufacturersProduct
ManufacturersProduct

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

":
{
47
                    "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

":
"{Integer}",
48
                    "name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

":
"{String}",
49
                    "manufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.ManufacturersProduct in your request URI to get this field

":
"{String}"
50
               },
51
               "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
{
52
                    "generalLedgerAccount
GeneralLedgerAccount

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
{
53
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{Integer}",
54
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{String}"
55
                    },
56
                    "department
Department

The department related to the item. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
{
57
                         "departmentId
DepartmentId

Department identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{Integer}",
58
                         "departmentLink
DepartmentLink

Finance department reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{String}"
59
                    },
60
                    "financeProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
{
61
                         "financeProjectId
FinanceProjectId

Finance project identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{Integer}",
62
                         "financeProjectLink
FinanceProjectLink

Finance project reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.Accounting in your request URI to get this field

":
"{String}"
63
                    }
64
               },
65
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
{
66
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{Integer}",
67
                    "status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{Integer}",
68
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
69
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}",
70
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}",
71
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
{
72
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}",
73
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}",
74
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}"
75
                    },
76
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturnItem.HighlightedNotification in your request URI to get this field

":
"{String}"
77
               },
78
               "supplierReturn": {
79
                    "supplierReturnId
SupplierReturnId

Supplier return identifier

":
"{Integer}",
80
                    "shippingDate
ShippingDate

Date of shipment departure

":
"{Date}",
81
                    "supplier": {
82
                         "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
83
                         "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
84
                         "supplierLink
SupplierLink

Supplier reference

":
"{String}"
85
                    },
86
                    "supplierReturnLink
SupplierReturnLink

Supplier return reference

":
"{String}"
87
               },
88
               "supplierReturnItemLink
SupplierReturnItemLink

Supplier return item reference

":
"{String}"
89
          }
90
     ],
91
     "paging
Paging

Detailed paging information for this list.

":
{
92
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
93
          "position
Position

Position of the first element in the list

":
"{Integer}",
94
          "page
Page

Page index

":
"{Integer}",
95
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
96
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
97
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
98
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
99
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
100
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
101
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
102
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
103
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
104
     }
105
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found